home *** CD-ROM | disk | FTP | other *** search
/ Almathera Ten Pack 1: Comms & Networking / Almathera Ten on Ten - Disc 1: Comms & Networking.iso / s / startup-sequence < prev    next >
Text File  |  1995-05-12  |  682b  |  36 lines

  1. c:rmtm                        ; $$$ Frig this
  2.  
  3. c:SetPatch >nil: r
  4. c:RightGuard >nil:
  5. if WARN
  6.     mount rad: from devs/RADMountlist
  7.     relabel rad: rad
  8.     c:copy sys:rad rad: ALL QUIET
  9.     c:quickend >nil:
  10. endif
  11.  
  12. c:setprefs >nil: devs:Normal-Configuration
  13.  
  14. c:NoReset >nil:                    ; $$$ Frig this
  15.  
  16. assign Starwoids1: AmigaKicks/StarWoids
  17. assign Starwoids2: StarWoids1:
  18.  
  19. failat 21            ; The Globals
  20. c:makedir ram:t
  21. c:assign t: ram:t
  22.  
  23. c:version >NIL: graphics.library 37
  24. if warn
  25.     failat 11
  26.     c:execute NetComms:s/startup-sequence1.3
  27. else
  28.     c:version >NIL: graphics.library 38
  29.     if warn
  30.         c:execute NetComms:s/startup-sequence2.1
  31.     else
  32.         run >nil: <nil: c:JayMoose19
  33.         c:execute NetComms:s/startup-sequence3.0
  34.     endif
  35. endif
  36.